Add Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodAdd(KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>)
Adds a key-value pair to the collection. The value part of the pair must be a collection of values to associate with the key. If values are already associated with the given key, the new values are added to the ones associated with that key.
(Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.)
Public methodAdd(TKey, TValue)
Adds the given key-value pair to the underlying dictionary of this view. If key is not within the range of this view, an ArgumentException is thrown.
(Overrides MultiDictionaryBase<(Of <TKey, TValue>)>..::Add(TKey, TValue).)

See Also